Skip to content

Update 13 octuber 2020 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 135 commits into from
Oct 13, 2020
Merged

Update 13 octuber 2020 #4

merged 135 commits into from
Oct 13, 2020

Conversation

sabas1080
Copy link
Member

Pull Request template

Please, Make sure that your PR is not a duplicate.
Search among the Pull request before creating one.

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

Thanks for submitting a pull request.
Please provide enough information so that others can review your pull request:

Summary

This PR fixes/implements the following bugs/features

  • Bug 1
  • Bug 2
  • Feature 1
  • Feature 2
  • Breaking changes

Explain the motivation for making this change. What existing problem does the pull request solve?

Validation

  • Ensure Travis CI build is passed.
  • Demonstrate the code is solid. [e.g. Provide a sketch]

Code formatting

  • Ensure AStyle check is passed thanks Travis CI (soon)

Closing issues

Fixes #xxx

sjasonsmith and others added 30 commits May 9, 2020 13:28
HardwareTimer::setInterruptPriority previously stored the priority fur future use,
but it was typically never applied. It was applied only during the call to
HAL_TIM_Base_Init in the HardwareTimer constructor.

This change sets the priority immediately, in addition to storing it for future use by the HAL.
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fixed setting HardwareTimer interrupt priority
Signed-off-by: Frederic.Pierson <fpierson@garatronic.fr>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Remove Travis reference and simply use generic name CI.
Eg. S3 (pin 3) = D0 (arduino) = PB9 (stm32 mcu)
Signed-off-by: Stephen Hensley <stephen.p.hensley@gmail.com>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Add Daisy Seed variant [replace #1063]
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This avoid issue with several scripts

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Updating the MCU used in Prntr Board Vx.
Included in STM32CubeF4 FW v1.25.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF4 FW v1.25.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF7 FW v1.16.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF7 FW v1.16.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
USB Specification EP0 should never STALL during setup stage.
Device is not properly setup if STALL present.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update to latest F4, F7 firmware and USB host/device middleware
fpistm and others added 29 commits September 9, 2020 16:37
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Due to HAL Cube update (ex: for STM32L4 sha1 f41f10e)
it is now required to stop timer with HAL API
otherwise HAL state is not restored to HAL_TIM_STATE_READY,
and it is not possible to resume() a HardwareTimer after a pause().
Nevertheless it is not sufficient to guarantee that timer is stopped
specially if some channels are still running.
So it is also necessary to keep also the call to
LL_TIM_DisableCounter()

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update XXXXSPI pinmap array
Included in STM32CubeF4 FW v1.25.1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF4 FW v1.25.1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Have to be fixed in STM32CubeF4:
STMicroelectronics/STM32CubeF4#36

Signed-off-by: Michael Sharman <michael@thecodesharman.com.au>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F4 HAL drivers
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1170

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1170

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Change 2 instances:
HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_1)  --> HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_5)
Included in STM32CubeL0 FW v1.11.3

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1181

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1188

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
"Error during build: fork/exec <...> : no such file or directory"
was not detected.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF1 FW v1.8.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF1 FW v1.8.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F1 HAL and CMSIS drivers
Included in STM32CubeF2 FW v1.9.1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF2 FW v1.9.1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF2 FW v1.9.1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F2 HAL and CMSIS drivers
@sabas1080 sabas1080 merged commit d22095e into ElectronicCats:master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.